HTTP variables
By writing the HTTP requests you can use the Vason's variables. To do this, observe the following rules:
- To use only single line variables
- To mask specific variables, include them in a comma-separated string under the
maskedVariables
parameter - It is not permitted to delete the following keys:
variables
,maskedVariables
,description
- Optional special variables may be used selectively for specific outcomes:
- {{vsnLeftEditorContent}} - substitute the content from left editor
- {{vsnRightEditorContent}} - substitute the content from right editor
- New variables can be introduced, subject to specific requirements or need:
- In the dialog HTTP Variables, in the json format
varName
:varValue
- Use the format {{varName}} within the editor HTTP Requests
- In the dialog HTTP Variables, in the json format
- The new variable will be automatically added to HTTP Variables and assigned an empty value.


- Masked variables, included in the
maskedVariables
comma-separated string